body {
    font-size: 63%;
}
img {
    width: 100%;
    display: block;
}

/*
    banner
 */
.swiper-pagination-bullet {
    background-color: #FFFFFF !important;
}
.swiper-pagination-bullet-active {
    background-color: #FFFFFF !important;
}

/*
    product server
 */
.mod > p {
    margin-top: 6.5%;
    margin-bottom: 3.5%;
}
.mod p {
    text-align: center;
    font-size: 1.4em;
    color: #8a8a8a;
}
.mod > p:first-child > span:first-child {
    font-size: 2.0em;
    color: #333;
}
.mod > p:first-child > span:last-child {
    font-size: 1.2em;
    color: #179486;
}
.mod > div {
    width: 63%;
    margin: 0 auto;
}
.PSDiv {
    float: left;
    width: 30%;
    height: 17vw;
    border:1px solid #e1e1e1;
    margin: 0 1.5%;
    margin-bottom: 2.5%;
    transition: margin-top 0.5s ,box-shadow 0.5s;
	cursor:pointer;
}
.PSDiv:hover,.algaeUniversity .PSDiv:hover {
    margin-top: -10px;
    -webkit-box-shadow:0 10px 10px rgba(102, 102, 102, .5);
    -moz-box-shadow:0 10px 10px rgba(102, 102, 102, .5);
    box-shadow:0 10px 10px rgba(102, 102, 102, .5);
}
.PSDiv > p:nth-child(2) {
    font-size: 1.5em;
    color: #333;
    margin-top: 4.2%;
    margin-bottom: 5.5%;
}
.PSDiv > p:last-child {
    font-size: 1em;
    color: #8a8a8a;
    margin-bottom: 6%;
}
.algaeUniversity .PSDiv {
    float: left;
    width: 18%;
    height: 16vw;
    border:1px solid #e1e1e1;
    margin: 0 0.7%;
    margin-bottom: 2.5%;
    transition: margin-top 0.5s ,box-shadow 0.5s;
}
.typicalCases .PSDiv {
    float: left;
    width: 20%;
    border: 0;
    height: auto;
    margin: 0;
    transition: margin-top 0s ,box-shadow 0s;
}
.typicalCases .PSDiv:hover {
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.solutionServer > p:first-child,.typicalCases  > p:first-child {
    margin-bottom: 2.8%;
}
.solutionServer > p:nth-child(2),.typicalCases > p:nth-child(2) {
    margin-top: 0;
    margin-bottom: 4.5%;
}
.more {
    font-size: 1.2em;
    color: #8a8a8a;
}
.news {
    margin-bottom: 80px;
}
.news .more {
    width: 63%;
    margin: 0 auto;
    margin-top: -3%;
    margin-bottom: 0.5%;
    padding-right: 2%;
    text-align: right;
    font-size: 1.2em;
}
.news hr {
    width: 63%;
    margin: 0 auto;
    border: 0;
    border-top: 1px solid #e1e1e1;
}
.arrowUp:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.newsList .new {
    margin-top: 6%;
}
.newsList .new > div:first-child {
    float: left;
    width: 15.5%;
    margin: 0 2%;
}
.newsList .new > div:nth-child(2) {
    float: left;
    width: 50%;
}
.newsList .new > div:nth-child(2) > div:first-child {
    font-size: 1.35em;
    color: #5b5b5b;
    line-height: 3em;
    margin-bottom: 5%;
}
.newsList .new > div:nth-child(2) > div:last-child {
    font-size: 1.2em;
    color: #8a8a8a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.newsList .new > div:last-child {
    float: right;
    width: 10%;
}
.newsList .new > div:last-child > p {
    font-size: 1.2em !important;
    line-height: 3em;
}
